home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
001
/
qmsstins.arc
/
WILDCAT!.SCR
< prev
Wrap
Text File
|
1987-09-20
|
657b
|
20 lines
;
; Logon Script for the WILDCAT! BBS system
;
; This script is to be linked to your Phone Book entry(s)
; that run the Wildcat! BBS system. It is also assumed that
; the password field for each entry has been completed so
; this script can be linked to multiple entries.
;
Waitfor "Name? " ; Look for name prompt
Send "John Friel{" ; Send your name and a CR
Waitfor "Password:" ; Wait for the Password prompt
Send "$PASSWORD{" ; Sent the password stored in the
; phone book for the dialed entry.
Return